-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update indexmap requirement from 1 to 2 #1051
Conversation
Updates the requirements on [indexmap](https://github.com/bluss/indexmap) to permit the latest version. - [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md) - [Commits](indexmap-rs/indexmap@1.0.0...2.0.0) --- updated-dependencies: - dependency-name: indexmap dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
API docs are being generated and will be shortly available at: https://godot-rust.github.io/docs/gdnative/pr-1051 |
bors try |
tryBuild failed: |
Again, it seems to be the iOS build failing to find a new version of a crate:
This seems to be a pattern seen with other recent dependabot PRs that failed, e.g. #1050 There do not seem to be any relevant issues in the |
bors try |
I'm not sure if it's the version bump or the delay, but the CI seems to pass now, so I'll merge this. bors r+ |
tryBuild succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
Updates the requirements on indexmap to permit the latest version.
Changelog
Sourced from indexmap's changelog.
... (truncated)
Commits
8e47be8
Merge pull request #267 from cuviper/release-2.0.0ad694fb
Release 2.0.0b5b2814
Merge pull request #266 from cuviper/doc-capacityd3ea289
Document the lower-bound semantics of capacity74e14da
Merge pull request #264 from cuviper/equivalent677c605
Add a relnote for Equivalent6d83bc1
pub use equivalent::Equivalent;bb48357
Merge pull request #263 from cuviper/insert_in_slotc37dae6
Use hashbrown's new single-lookup insertionee71507
Merge pull request #262 from daxpedda/hashbrown-v0.14Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)